func text/template.goodFunc

4 uses

	text/template (current package)
		exec.go#L790: 	if err := goodFunc(name, typ); err != nil {
		funcs.go#L83: 		if err := goodFunc(name, v.Type()); err != nil {
		funcs.go#L99: func goodFunc(name string, typ reflect.Type) error {
		funcs.go#L322: 	if err := goodFunc(name, typ); err != nil {